home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / cff51b.zip / PORTS / EMXOS2.MAK < prev    next >
Text File  |  1993-10-22  |  223b  |  8 lines

  1. # make the portability module -- emx method E1 for use with OS2
  2. # This version uses an internal sbrk
  3.  
  4. cfport.o: cfport.emx
  5.         gcc -c -O2 -Wall -DHEAPSTART=0x028b0000 -DHAS_NO_SBRK=1 -x c cfport.emx
  6.         emxomf cfport.o
  7.  
  8.